DataSource for Entity Framework in WPF
C1.LiveLinq.Indexing Namespace / IndexDefinition<T> Class / KeyType Property

In This Topic
    KeyType Property (IndexDefinition<T>)
    In This Topic
    Gets the type of the index key.
    Syntax
    'Declaration
     
    Public ReadOnly Property KeyType As Type
    public Type KeyType {get;}

    Property Value

    The type of the result of the KeySelector expression.
    Remarks
    This type is the same as the TKey type parameter for Index<T,TKey> and Subindex<T,TKey> objects.
    See Also